<!DESCRIPTION>A script that opens up two "panels" (up-down) as the surfer enters the page.
<!/DESCRIPTION>
<!CATEGORY>document effects<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Step 1: Insert the following into the <head> section of your page. You can change the color of the strips from yellow to another by changing all three instances of the word "yellow" to another color name: -->
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:yellow;
background-color:yellow;
border:0.1px solid yellow;
z-index:10;
}
-->
</style>
<!-- Step 2: Finally, insert the below right after the <body> tags, before anything else. You can adjust the speed in which the curtain "draws' by changing "speed=20" in the second line to another number (greater is faster): -->
<!-- Step 1: Insert the following into the <head> section of your page. You can change the color of the strips from yellow to another by changing all three instances of the word "yellow" to another color name: -->
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:yellow;
background-color:yellow;
border:0.1px solid yellow;
z-index:10;
}
-->
</style>
<!-- Step 2: Finally, insert the below right after the <body> tags, before anything else. You can adjust the speed in which the curtain "draws' by changing "speed=20" in the second line to another number (greater is faster): -->